google.golang.org/grpc.clientStream.newAttemptLocked (method)
3 uses
google.golang.org/grpc (current package)
stream.go#L378: func (cs *clientStream) newAttemptLocked(isTransparent bool) (*csAttempt, error) {
stream.go#L702: attempt, err = cs.newAttemptLocked(isTransparent)
stream.go#L743: if cs.attempt, err = cs.newAttemptLocked(false /* isTransparent */); err != nil {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)